home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / clarion / cw15 / examp15.z / COMBO.DOC < prev    next >
Text File  |  1995-06-08  |  1KB  |  25 lines

  1.                              Combo Box Information
  2.                              ---------------------
  3.  
  4. This example shows how you would include a Combo box in your
  5. application.
  6.  
  7. In doing this, you would select Combo box control from your
  8. tool box or from your menu and place it on the window. When
  9. you place it on the window, you will notice that it will have
  10. the 'From' line, which indicates a name of a queue, is filled
  11. out for you. Take note, this queue is not defined. The
  12. Application Generator merely suggests a name for you. You can
  13. use this name or declare your own. To define the queue in your
  14. combo box, use the data button of your procedure. It is also
  15. up to you to fill and maintain the queue.
  16.  
  17. You can refer to the source code in the Combo Example for
  18. assistance in developing the combo box. All of the source has
  19. been documented with corresponding comments that assist you
  20. in locating the commands used. You can locate them in the
  21. Language Reference manual.
  22.  
  23. ** Additional reading would be pages 6-55 through 6-58 and
  24. Chapter 12 in your Language Reference Manual.
  25.